POST api/ava
Request Information
URI Parameters
None.
Body Parameters
RequestAppointmentVsAccountAdd| Name | Description | Type | Additional information |
|---|---|---|---|
| AccountID | integer |
None. |
|
| AppointmentDate | string |
None. |
|
| ChiefComplaint | string |
None. |
|
| DoctorID | integer |
None. |
|
| ProcedureID | integer |
None. |
|
| TimeFrom | string |
None. |
Request Formats
application/json, text/json
Sample:
{
"AccountID": 1,
"AppointmentDate": "sample string 2",
"ChiefComplaint": "sample string 3",
"DoctorID": 4,
"ProcedureID": 5,
"TimeFrom": "sample string 6"
}
application/x-www-form-urlencoded
Sample:
Sample not available.
Response Information
Resource Description
IHttpActionResultNone.
Response Formats
application/json, text/json
Sample:
Sample not available.